home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 041a / boot2x.zip / BOOTOS2.DOC < prev    next >
Text File  |  1993-03-25  |  9KB  |  205 lines

  1.                       OS/2 V2 BOOT System Create Utility
  2.                       Copyright IBM Corp.  (C) 1992,1993
  3.                             Program Property of IBM
  4.  
  5. The BOOTOS2 program is a utility that allows you to build a BOOTable OS/2 V2
  6. system using an existing OS/2 V2 system.  The BOOT system can be installed on
  7. either Floppy Disks or a Hard Disk Partition.
  8.  
  9. There are three types of BOOT systems you can install:
  10.  
  11.   Minimal : This is a basic OS/2 V2 system that supports a single OS/2 Full
  12.             Screen screen session.  All 16 and 32-bit OS/2 Full Screen
  13.             applications are supported.  While multitasking is supported, the
  14.             ability to switch between different processes is not.  This BOOT
  15.             system can be installed on a single 3.5" 1.44M Floppy Disk or on a
  16.             2M Hard Disk partition.
  17.  
  18.        PM : This is an OS/2 V2 system that supports any 16 or 32-bit OS/2 Full
  19.             Screen or PM application.  Multitasking is supported, as is the
  20.             ability to switch betwen different processes.  The WPS is present
  21.             as a single OS/2 Window.  This BOOT system requires a minimum of a
  22.             6M Hard Disk partition.
  23.  
  24.       WPS : This is an OS/2 V2 system that supports any 16 or 32-bit OS/2 Full
  25.             Screen or PM application.  Multitasking is supported, as is the
  26.             ability to switch betwen different processes.  The OS/2 WPS is
  27.             fully active and starts up with a number of default Folders and
  28.             system objects.  This BOOT system requires a minimum of a 7M Hard
  29.             Disk partition.
  30.  
  31.     Syntax:  BOOTOS2   <SOURCE=drive:\path\>
  32.                        <TARGET=drive>
  33.                        <TYPE=PM|WPS>
  34.                        <NLS(Country,KBD,CodePage)>
  35.                        <2DISK>
  36.                        <ABIOS>
  37.                        <REXX>
  38.                        <SWAP=drive:\path\>
  39.                        <TRACE>
  40.  
  41.              SOURCE=  Normally BOOTOS2 will prompt you for the first two
  42.                       OS/2 V2 Install Disks (Disk 0 and Disk 1) so it can
  43.                       copy over certain system files; KEYBOARD.DCP, CONFIG.SYS,
  44.                       VTBL850.DCP and SYSINSTX.COM.  If you installed OS/2 V2
  45.                       from a LAN or equivalent redirected source, you can use
  46.                       the SOURCE argument to point to the base directory of the
  47.                       redirected directory structure.  BOOTOS2 will then look
  48.                       for the following directories:
  49.  
  50.                       drive:\path\DISK_0\
  51.                       drive:\path\DISK_1\
  52.  
  53.              TARGET=  By default, BOOTOS2 will install the BOOT system on a
  54.                       floppy disk in your A: drive.  You can use the TARGET=
  55.                       argument to specify an alternate Drive to install the
  56.                       BOOT system on.  This alternate drive can be another
  57.                       floppy or a Hard Disk Drive.  The value for TARGET drive
  58.                       is a single Drive letter; A .. Z
  59.  
  60.              TYPE=PM  BOOTOS2 will install a BOOT System that will support
  61.                       PM Applications.  The BOOT System will be accessed as
  62.                       a single OS/2 Windowed Command Prompt.
  63.  
  64.             TYPE=WPS  BOOTOS2 will install a BOOT system that will support
  65.                       PM Applications.  The BOOT System will be accessed
  66.                       using the OS/2 WorkPlace Shell (WPS).
  67.  
  68.                  NLS  By Default, BOOTOS2 will get information regarding the
  69.                       NLS environment from the following CONFIG.SYS statements:
  70.  
  71.                       DEVINFO=KBD,xx,KEYBOARD.DCP     : Default xx  = US
  72.                       COUNTRY=xxx,COUNTRY.SYS         : Default xxx = 001
  73.                       CodePage=xxx                    : Default xxx = 850
  74.  
  75.                       If your environment requires different values for the
  76.                       above statements, you specify them via the NLS argument.
  77.                       Please note that you must specify all three values.
  78.  
  79.                2DISK  - If creating a BOOT Disk on a 3.5" 1.44M Drive A:, this
  80.                         allows a 2-disk BOOT System to be created using Drive
  81.                         B: in conjunction with A:.  Drive B: can be either a
  82.                         second 3.5" 1.44M or a 5.25" 1.2M drive.
  83.  
  84.                       - If creating a BOOT disk on a 5.25" 1.2M Drive A:, the
  85.                         2DISK option is assumed; i.e. it is required.
  86.  
  87.                 REXX  If room allows, support for REXX will be installed.
  88.  
  89.                SWAP=  For a TYPE=PM or TYPE=WPS install, the default value for 
  90.                       the SWAPPATH is the ROOT directory of the target BOOT
  91.                       system.  You can use this option to place teh Swap File in
  92.                       a different directory.
  93.  
  94.                ABIOS  This forces BOOTOS2 to assume that ABIOS is supported,
  95.                       overcoming a problem on certain PS/2's with Loadable RAM
  96.                       (e.g. ThinkPad and Model57) which falsely report that
  97.                       ABIOS is not present.
  98.  
  99.                 
  100.                TRACE  Use this option to create a Trace of the Install Process.
  101.                       A file called BOOTOS2.LOG will be created that will 
  102.                       contain a complete record of the requested BOOT System 
  103.                       Install process.
  104.  
  105. You must run BOOTOS2 from an existing OS/2 V2 system.  The BOOTOS2 program
  106. will analyze your system and create a BOOT system that is specific for it.  For
  107. example it will determine if your system supports features such as HPFS or SCSI
  108. and add the appropriate support for it.  Because of this, a BOOT disk created
  109. for a specific workstation will not necessarily work correctly on a different
  110. workstation.
  111.  
  112. If you install the BOOT system on a Hard Disk Drive, you'll probably want to
  113. also install the OS/2 BOOT Manager and add the BOOT system to it.
  114.  
  115. Please note that the BOOT system installed with this release of BOOTOS2 does
  116. not support either DOS or Windows.  A future release of the program might do so
  117. if enough users want it (and I figure out how).
  118.  
  119. The file BOOT20.ZIP contains the following files:
  120.  
  121.   BOOTOS2.EXE       * The OS/2 BOOT System Create Utilty for OS/2 V2.0
  122.   BOOTOS2.ABS       * Short Abstract descriping the Function of SE20BOOT
  123.   BOOTOS2.DOC       * Documentation for SE20BOOT
  124.   BOS2U20.INI       * User   INI file needed for OS/2 2.0
  125.   BOS2S20.INI       * System INI file needed for OS/2 2.0
  126.   BOS2U21.INI       * User   INI file needed for OS/2 2.0 + SP and OS/2 2.1
  127.   BOS2S21.INI       * System INI file needed for OS/2 2.0 + SP and OS/2 2.1
  128.   BOS2REXX.ECE      * Stub Module for REXX Support
  129.   LICENSE.TXT       * IBM License Agreement
  130.  
  131. Author:
  132.  
  133. Kennneth A. Kahn,  IBM Poughkeepsie N.Y.
  134.  
  135. History:
  136.  
  137. 08/92 : (v1.00)
  138.  
  139. - Initial release
  140.  
  141. 03/93 : (V2.00)
  142.  
  143. - Fixed a problem where SE20BOOT was not recognizing a Floppy Disk Drive as a
  144.   Removable medium if no Disk was in it when the program first started.  This
  145.   would cause SE20BOOT to install the wrong BOOT System, resulting in various
  146.   errors.
  147.  
  148. - Fixed problem with FORMAT by making it run Synchronously so if it Fails, an
  149.   error code will be returned.
  150.  
  151. - Added support for NLS Statement
  152.  
  153. - When COPYing file, added more meaningful error messages
  154.  
  155. - Fixed problem running BOOTOS2 from a ROOT Directory
  156.  
  157. - The temporary directory where files from the install disks are copied is
  158.   changed from the directory where BOOTOS2.EXE is executed from to a new
  159.   subdirectory based off of it named BOS2TEMP  This will prevent BOOTOS2 from
  160.   overwriting and deleting system files when it is located on the \OS2 
  161.   directory of the BOOT Drive.
  162.  
  163. - The INI files can now be located on your DPATH
  164.  
  165. - If the Target Drive is already formatted and contains data, the option to 
  166.   run the Install without formating is given.
  167.  
  168. - Added special support for the Image Adapter/A
  169.  
  170. - All DLLs will be located via LIBPATH instead of looking automatically for it
  171.   in \OS2\DLL
  172.  
  173. - Changed TARGET= to allow for X or X:
  174.  
  175. - For a minimal install, a check will be made to see if there is enough room
  176.   left on the target drive to copy over extra files like CHKDSK, UHPFS and
  177.   OSO001.MSG
  178.  
  179. - Fixed problem where HPFS support was not added if the Target drive was
  180.   formatted for HPFS but the active system did not have HPFS support.
  181.  
  182. - Added support for 2-Disk BOOT System via 2DISK argument
  183.  
  184. - Added NLS support for FORMAT by querying system for the response character
  185.   to use: US default is 'Y'
  186.  
  187. - Added support for a BOOT system when active system is OS/2 2.0 with Service
  188.   Pack or OS/2 2.1
  189.  
  190. - Added support for REXX invocation argument
  191.  
  192. - Added support for ABIOS argument.  This allows a user to explicitly specify
  193.   that the workstation supports ABIOS.  This will allow the user to circumvent
  194.   the  problem where "RAM Loadable" MicroChannel machines were being diagnosed
  195.   as not supporting ABIOS; causing the wrong set of system files to be loaded.
  196.  
  197. - Changed external name to BOOTOS2
  198.  
  199.  
  200. - Added support for the TRACE invocation option
  201.  
  202. - Added support for the SWAP= invocation argument
  203.  
  204.  
  205.